From 61aa2af23d423b1fdb30f6b0a26195a0322ca9db Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Thu, 10 Jun 2010 13:15:12 +0200 Subject: [PATCH] gdk: fix typo in the docs for gdk_drag_context_get_selected_action() (cherry picked from commit e494ec1d61e627db44a6bcc678ee8b37c8eb038c) --- gdk/gdkdnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkdnd.c b/gdk/gdkdnd.c index 690e4a5a7a..fb43b1f19f 100644 --- a/gdk/gdkdnd.c +++ b/gdk/gdkdnd.c @@ -149,7 +149,7 @@ gdk_drag_context_get_suggested_action (GdkDragContext *context) } /** - * gdk_drag_context_selected_get_action: + * gdk_drag_context_get_selected_action: * @context: a #GdkDragContext * * Determines the action chosen by the drag destination. -- 2.30.2